DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Add Method / Add(IEnumerable<DicomLabel>) Method
Items to add






In This Topic
    Add(IEnumerable<DicomLabel>) Method
    In This Topic
    Add a list of DicomLabel objects
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal Items As System.Collections.Generic.IEnumerable(Of DicomLabel) _
    ) 
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
     
    instance.Add(Items)
    public void Add( 
       System.Collections.Generic.IEnumerable<DicomLabel> Items
    )
    public procedure Add( 
        Items: System.Collections.Generic.IEnumerable
    ); 
    public function Add( 
       Items : System.Collections.Generic.IEnumerable
    );
    public: void Add( 
       System.Collections.Generic.IEnumerable<DicomLabel*>* Items
    ) 
    public:
    void Add( 
       System.Collections.Generic.IEnumerable<DicomLabel^>^ Items
    ) 

    Parameters

    Items
    Items to add
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also